home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / pc / timewarp / mayan.dxr / 00103.ls < prev    next >
Encoding:
Text File  |  1997-05-24  |  266 b   |  11 lines

  1. on exitFrame
  2.   global center, left, right, Hand, log, leye, reye
  3.   clearCursors()
  4.   set the cursor of sprite 2 to left
  5.   set the cursor of sprite 3 to right
  6.   set the cursor of sprite 4 to center
  7.   if log = 0 then
  8.     set the cursor of sprite 8 to Hand
  9.   end if
  10. end
  11.